func github.com/aws/smithy-go/encoding/xml.newValue

5 uses

	github.com/aws/smithy-go/encoding/xml (current package)
		array.go#L46: 	v := newValue(a.w, a.scratch, a.memberStartElement)
		encoder.go#L50: 	return newValue(e.w, e.scratch, element)
		map.go#L50: 	v := newValue(m.w, m.scratch, m.memberStartElement)
		value.go#L35: func newValue(w writer, scratch *[]byte, startElement StartElement) Value {
		value.go#L213: 	return newValue(xv.w, xv.scratch, element)